From c6a204d1b0e20c0f5d0cb656d578feb460dbc38e Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 22 Sep 2008 00:37:44 +0000 Subject: [PATCH] NMEA comment tweak. --- nmea.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nmea.c b/nmea.c index b1a853eb5..200ce5469 100644 --- a/nmea.c +++ b/nmea.c @@ -1249,7 +1249,10 @@ nmea_trackpt_pr(const waypoint *wpt) WAYPT_HAS(wpt, course) ? (wpt->course):(0), (int) ymd); cksum = nmea_cksum(obuf); - /* GISTeq doesn't care about the checksum */ + + /* GISTeq doesn't care about the checksum, but wants this prefixed, so + * we can write it with abandon. + */ if (opt_gisteq) { gbfprintf(file_out, "---,"); } -- 2.30.2